home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Science / RLaB / help / quit < prev    next >
Text File  |  1994-04-25  |  385b  |  15 lines

  1. quit:
  2.  
  3. Syntax:    quit
  4.  
  5. Description:
  6.  
  7.     The statement `quit' causes RLaB to stop execution
  8.     immediately. Quit is an executable statement, that is, it is
  9.     not built into the parser, it only takes effect when executed.
  10.     This allows users to embed a quit statement in a branch of a
  11.     conditional statement.
  12.  
  13.     RLaB can also be stopped by a ctrl-d (hold down the control
  14.     key while typing `d').
  15.